// this is the townscript for town 44: rustic beach

begintownscript;

variables;

int choice;

body;

beginstate INIT_STATE;
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;

if (get_flag(44,0) == 1)
		end();
	message_dialog("You are soaked. The boat is broken. It lies on the beach, but moving it will cost too much effort for no gain: it has lost its bottom.","It seems that the only way for you to go is south.");
	set_flag(44,0,1);

break;

beginstate 10;
	message_dialog("Sadly, the boat is far too damaged to get it back on the water. You'll have to find a way back on land.","");
	block_entry(1);
break;